home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / background_125731.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  349 lines

  1. -- background: 125731 from stack: in
  2. -- bmap block id: 126176
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 2.4.3 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=443 top=5 right=72 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instant Reference
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   instantReference "2.4.3"
  37. end mouseUp
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=482 top=176 right=205 bottom=511
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 162 / 162
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Help
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   Help
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=480 top=143 right=172 bottom=511
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1310 / 1310
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Student Services
  71. ----- HyperTalk script -----
  72. on mousedown
  73.   SSpopUp
  74. end mousedown
  75.  
  76. on mouseup
  77.   if the mouseloc is not within the rect of me then exit to hyperCard
  78.   doSS
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 8 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=482 top=294 right=320 bottom=509
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1236 / 1236
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last Menu
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.  
  98. end mouseUp
  99.  
  100.  
  101. -- part 9 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=493 top=319 right=341 bottom=512
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1237 / 1237
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Next
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   lock screen
  116.   go next
  117.   unlock screen with scroll left
  118. end mouseUp
  119.  
  120.  
  121. -- part 10 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=478 top=319 right=341 bottom=498
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 1238 / 1238
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Prev
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   lock screen
  136.   go prev
  137.   unlock screen with scroll right
  138. end mouseUp
  139.  
  140.  
  141. -- part 11 (field)
  142. -- low flags: 01
  143. -- high flags: 0000
  144. -- rect: left=16 top=38 right=67 bottom=428
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 156
  149. -- text size: 20
  150. -- style flags: 0
  151. -- line height: 26
  152. -- part name: Subtitle
  153.  
  154.  
  155. -- part 44 (field)
  156. -- low flags: 01
  157. -- high flags: 0000
  158. -- rect: left=17 top=135 right=156 bottom=400
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 0
  162. -- font id: 3
  163. -- text size: 10
  164. -- style flags: 256
  165. -- line height: 15
  166. -- part name: Instruction
  167.  
  168.  
  169. -- part 24 (field)
  170. -- low flags: 01
  171. -- high flags: 0000
  172. -- rect: left=17 top=75 right=131 bottom=469
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 0
  176. -- font id: 156
  177. -- text size: 16
  178. -- style flags: 0
  179. -- line height: 17
  180. -- part name: Header
  181.  
  182.  
  183. -- part 26 (field)
  184. -- low flags: 01
  185. -- high flags: 0000
  186. -- rect: left=17 top=265 right=336 bottom=127
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 0
  190. -- font id: 156
  191. -- text size: 16
  192. -- style flags: 0
  193. -- line height: 17
  194. -- part name: Caption1
  195.  
  196.  
  197. -- part 30 (field)
  198. -- low flags: 01
  199. -- high flags: 0000
  200. -- rect: left=140 top=265 right=336 bottom=236
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 0
  204. -- font id: 156
  205. -- text size: 16
  206. -- style flags: 0
  207. -- line height: 17
  208. -- part name: Caption2
  209.  
  210.  
  211. -- part 31 (field)
  212. -- low flags: 01
  213. -- high flags: 0000
  214. -- rect: left=263 top=265 right=336 bottom=350
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 0 / 0
  217. -- text alignment: 0
  218. -- font id: 156
  219. -- text size: 16
  220. -- style flags: 0
  221. -- line height: 17
  222. -- part name: Caption3
  223.  
  224.  
  225. -- part 39 (button)
  226. -- low flags: 00
  227. -- high flags: 2000
  228. -- rect: left=145 top=156 right=262 bottom=212
  229. -- title width / last selected line: 0
  230. -- icon id / first selected line: 0 / 0
  231. -- text alignment: 1
  232. -- font id: 0
  233. -- text size: 12
  234. -- style flags: 0
  235. -- line height: 16
  236. -- part name: Graphic2
  237. ----- HyperTalk script -----
  238. on mouseUp
  239.   set the hilite of me to true
  240.   go cd "Productivity Applic E/3"
  241. end mouseUp
  242.  
  243.  
  244.  
  245. -- part 40 (button)
  246. -- low flags: 00
  247. -- high flags: 2000
  248. -- rect: left=268 top=156 right=262 bottom=335
  249. -- title width / last selected line: 0
  250. -- icon id / first selected line: 0 / 0
  251. -- text alignment: 1
  252. -- font id: 0
  253. -- text size: 12
  254. -- style flags: 0
  255. -- line height: 16
  256. -- part name: Graphic3
  257. ----- HyperTalk script -----
  258. on mouseUp
  259.   set the hilite of me to true
  260.   go cd "Productivity Applic E/4"
  261. end mouseUp
  262.  
  263.  
  264.  
  265. -- part 38 (button)
  266. -- low flags: 00
  267. -- high flags: 2000
  268. -- rect: left=22 top=156 right=262 bottom=89
  269. -- title width / last selected line: 0
  270. -- icon id / first selected line: 0 / 0
  271. -- text alignment: 1
  272. -- font id: 0
  273. -- text size: 12
  274. -- style flags: 0
  275. -- line height: 16
  276. -- part name: Graphic1
  277. ----- HyperTalk script -----
  278. on mouseUp
  279.   set the hilite of me to true
  280.   go cd "Productivity Applic E/2"
  281. end mouseUp
  282.  
  283.  
  284.  
  285. -- part 32 (field)
  286. -- low flags: 01
  287. -- high flags: 0000
  288. -- rect: left=387 top=265 right=336 bottom=462
  289. -- title width / last selected line: 0
  290. -- icon id / first selected line: 0 / 0
  291. -- text alignment: 0
  292. -- font id: 156
  293. -- text size: 16
  294. -- style flags: 0
  295. -- line height: 17
  296. -- part name: Caption4
  297.  
  298.  
  299. -- part 41 (button)
  300. -- low flags: 00
  301. -- high flags: 2000
  302. -- rect: left=391 top=156 right=262 bottom=458
  303. -- title width / last selected line: 0
  304. -- icon id / first selected line: 0 / 0
  305. -- text alignment: 1
  306. -- font id: 0
  307. -- text size: 12
  308. -- style flags: 0
  309. -- line height: 16
  310. -- part name: Graphic4
  311. ----- HyperTalk script -----
  312. on mouseUp
  313.   set the hilite of me to true
  314.   go cd "Productivity Applic E/5"
  315. end mouseUp
  316.  
  317.  
  318.  
  319. -- part 45 (field)
  320. -- low flags: 81
  321. -- high flags: 0001
  322. -- rect: left=423 top=0 right=13 bottom=466
  323. -- title width / last selected line: 0
  324. -- icon id / first selected line: 0 / 0
  325. -- text alignment: 65535
  326. -- font id: 4
  327. -- text size: 9
  328. -- style flags: 0
  329. -- line height: 12
  330. -- part name: CardTitle
  331.  
  332.  
  333. -- part 48 (button)
  334. -- low flags: 00
  335. -- high flags: 2000
  336. -- rect: left=482 top=208 right=234 bottom=509
  337. -- title width / last selected line: 0
  338. -- icon id / first selected line: 1234 / 1234
  339. -- text alignment: 1
  340. -- font id: 0
  341. -- text size: 12
  342. -- style flags: 0
  343. -- line height: 16
  344. -- part name: Lesson
  345. ----- HyperTalk script -----
  346. on mouseUp
  347.   lesson "2.4.3"
  348. end mouseUp
  349.